Northwoods.GoSilverlight 1.3.5 Assembly
InsertNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : InsertNode Method

nodedata
This method actually implements the addition of a node data to the NodesSource collection.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub InsertNode( _
   ByVal nodedata As NodeType _
) 
C# 
protected virtual void InsertNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This method can be overridden in case the NodesSource sequence is not an System.Collections.IList or an IList.

Requirements

See Also

© 2012 All Rights Reserved.